Web framework able to handle many concurrent users [closed]

Posted by Jonas on Programmers See other posts from Programmers or by Jonas
Published on 2011-04-05T13:02:55Z Indexed on 2014/08/25 4:31 UTC
Read the original article Hit count: 314

Social networking sites needs to handle many concurrent users e.g. for chat functionality.

What web frameworks scales well and are able to handle more than 10.000 concurrent users connected with Comet or WebSockets. The server is a Linux VPS with limited memory, e.g. 1GB-8GB.

I have been looking for some Java frameworks but they consume much memory per connection. So I'm looking for other alternatives too.

Are there any good frameworks that are able to handle more than 10.000 concurrent users with limited memory resources?

© Programmers or respective owner

Related posts about web-development

Related posts about web-framework